home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / yourp210.zip / PICPRT.BAT < prev    next >
DOS Batch File  |  1995-10-31  |  706b  |  26 lines

  1. @echo off
  2. cls
  3. if exist picprt.exe goto load
  4. echo.
  5. echo ***************************************************************
  6. echo            PICprint facility has not been supplied
  7. echo                 with this copy of YOUR-PLAN.
  8. echo.
  9. echo     If you would like a copy of the PICprint graph printing
  10. echo     facility, at no charge, contact Invest-Tech by e-mail.
  11. echo.
  12. echo    You will be returned to YOUR-PLAN after you press any key
  13. echo.
  14. pause
  15. goto END
  16. :LOAD
  17. echo.
  18. echo ***************************************************************
  19. echo                Loading PICprint - Please wait
  20. echo ***************************************************************
  21. picprt.exe
  22. goto END
  23. :END
  24.  
  25.  
  26.